From: iap10@firebug.cl.cam.ac.uk Date: Thu, 29 Sep 2005 15:57:23 +0000 (+0100) Subject: Don't define vectors for IPIs we don't use in Xen X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16769^2~7 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4bc0323bff93cbcc2e42e60fcd7b8c62f2f7f896;p=xen.git Don't define vectors for IPIs we don't use in Xen Signed-off-by: ian@xensource.com --- diff --git a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S index 621a6f9f5f..66124e6114 100644 --- a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S +++ b/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S @@ -536,7 +536,7 @@ retint_kernel: CFI_ENDPROC .endm -#ifdef CONFIG_SMP +#if 0 ENTRY(reschedule_interrupt) apicinterrupt RESCHEDULE_VECTOR,smp_reschedule_interrupt